body, html {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  background-color: #eeeeee;
 user-select: none;
  text-transform:lowercase;
  -webkit-font-smoothing: antialiased; /* Chrome, Safari */
  -moz-osx-font-smoothing: grayscale; /* Firefox */
  text-rendering: optimizeLegibility; /* General */
}
#about
{
  background-color: transparent !important;}
a {
  color: inherit;
  text-decoration: underline;
}
.no-scroll {
  overflow: hidden;
}

main
{
  
  position: absolute;
  bottom: -0;
  z-index: -1000;
  overflow-y: hidden;

  
}.hide-header {
  display: none;
}

#defaultCanvas0
{
  overflow-y: hidden;}
.no-overflow
{
  overflow: hidden;
}
a:hover {
  color: #009ac7;
  text-decoration: none;
}
@font-face {
  font-family: 'BlackDread';
  src: url('fonts/BlackDread-RpxPV.otf') format('opentype');
}
h2 {
  /* margin: 0; */
  /* margin-right: auto; */
  padding: 0;
  color: #eeeeee;
  margin-left: 5px;
  font-family: sans-serif;
}
#media-container {
  overflow-y: hidden;
  padding-top:25px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  
}

#media-container img,
#media-container video {
  width: calc(50% - 20px);
  margin-bottom: 20px;
  margin: 5px;
  box-sizing: border-box;
}

.empty-space {
  width: calc(50% - 20px);
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
}
@media (min-width: 768px) {
  #media-container img,
  #media-container video {
    width: calc(33.33% - 20px);
  }

  .empty-space {
    width: calc(33.33% - 20px);
    font-size: 120px;
  }
}

#media-container.fullscreen-mode img:not(.fullscreen),
#media-container.fullscreen-mode video:not(.fullscreen) {
  display: none;
}

#media-container.fullscreen-mode {
  position: relative;
}

#media-container.fullscreen-mode .fullscreen {
  width: auto;
  height: 100vh;
  max-height: 100%;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  margin: 0;
  object-fit: contain;
  z-index: 9999;
}
.parallax {
  perspective: 1px;
  transform-style: preserve-3d;
}

@media (max-width: 768px) {
#media-container.fullscreen-mode .fullscreen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  margin: 0;
  object-fit: cover;
  z-index: 9999;
}}
#additional-info {
  position: fixed;
    bottom: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    z-index: 99999;
    flex-direction: row;
    flex-wrap: nowrap;
    margin: 0;
    pointer-events: none;
}

.info-content {
  color:white;
  display: flex;
  flex-direction: row;
 
  margin-right: 10px;
  margin-bottom: 10px;
}

.info-content h2 {
  font-size: 32px;
  margin: 0;
  margin-right: 10px;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #009ac7  ;
  opacity: 0;
  visibility: hidden;
  z-index: 5; /* Added */
}
#overlay.active {
  opacity: 1;
  visibility: visible;
}

.info-content p {
  font-size: 32px;
  font-weight: inherit;
  font-family: sans-serif;
  margin: 0;
    margin-right: 10px;
}
header {
  position: fixed;
  top: 0;
  height: 25px;
  width: 100%;
  font-size: 30px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding-top: 5px;
  padding-left: -12px;
  padding-bottom: 5px;
  font-family: Arial, sans-serif;
  z-index: 9999;
}

header nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  list-style: none;
  margin: 0;
  padding: 0;
}

header nav ul li {
  margin-left: 10px;
  margin-right: 5px;
  font-weight: bold;
}

header nav ul li:not(:hover) {
  font-weight: normal;
}

header nav ul li:first-child {
  margin-left: auto;
}

header nav ul li a {
  text-decoration: none;
  color: #009ac7;
}

@media (min-width: 768px) {
  header {
    font-size: 25px;
    
  }

  header nav ul li {
    margin-left: 20px;
    margin-right: 10px;
  }
  
  .desktop {
    display: inline-block;
  }
  
  .mobile {
    font-size: 30px;
    display: none;
  }
}

@media (max-width: 767px) {
  .desktop {
    display: none;
  }
  
  .mobile {
    display: inline-block;
  }
}

 h1 {
  margin: 0;
  margin-right: auto;
  font-size: 25px;
  padding: 0;
  margin-left: 5px;
    font-family: sans-serif; /* Replace 'YourDefaultFont' with your actual default font */
user-select: none;
    color: #009ac7;
  }
  
    .keyword:hover {
  /*  font-size: 50px;
    color:#eeeeee;
    margin-top:30px;
    font-weight: bold;
    font-family: 'BlackDread', sans-serif;*/
}
 #fullscreenbg
 {
  width: 100%;
  height: 100%;
  z-index: -100;
  position: fixed;
 }
@media (min-width: 768px) {  h1:hover {
    font-size: 50px;
    color: #009ac7;
    margin-top:30px;
    font-family: 'BlackDread', sans-serif;
  }}


@media (max-width: 768px) {
  .info-content
  {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    margin-left: 10px;}
  #additional-info {
  font-size: 12px;
  
  display:none;
  justify-content: flex-start;
  }

  .info-content p {
    font-size: 25px;
  
    margin: 0;
      margin-bottom: 10px;
  }}

@media (min-width: 768px) {
.page-content {
  margin-left: 5px;
  margin-top: 50px;
  font-size: 25px !important;
  font-family: sans-serif;
  max-width: 65%;
}
}
.page-content {
  margin-left: 5px;
  margin-top: 50px;
  font-size: 25px !important;
  font-family: sans-serif;
}
.page-content h1 {
  margin-top: 0;
}


.page-content ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.page-content ul li {
  margin-bottom: 10px;
}